What is Tree ?

It is a data structure similar to linked list but instead of pointing to one node it points to multiple nodes.


In [ ]: